
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#intro, #features, #pricing, #footer {
  scroll-margin-top: 90px;
}

#intro {
  min-height: 1000px !important;
  background: #270950;
  padding: 125px 0 50px;
}
#intro .btn {
  min-width: 208px;
}
.intro-link {
  color: #fff;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
  transition: 0.3s;
}
.intro-link:hover {
  color: #F04E29;
}

.navbar-scroll .navbar-brand,
.navbar-scroll .fa-bars {
  color: #fff;
}
.nav-link:hover {
  color: #F04E29;
  transition: 0.3s all;
  text-shadow: 0 0 2px #F04E29;
}
.nav-icon:before {
  font-size: 1.4rem;
}
.navbar-scrolled {
  background-color: #F04E29;
}
.navbar-scrolled .navbar-nav .nav-link:hover{
  color: #270950;
  text-shadow: 0 0 1px #270950;
}
.navbar-scrolled .navbar-brand,
.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars {
  color: #fff;
}
.navbar-brand img {
  width: 50px;
  height: 50px;
}
.navbar-scroll {
  background-color: #F04E29;
}
.navbar-collapse {
  transition: 0.2s;
}
.nav-divider {
  background-color: #fff;
}
.nav-item-link {
  width: 100%;
}

h3 {
  font-size: calc(1.375rem + 1.5vw);
}
.lead {
  font-size: 1.3rem;
}
h5 {
  font-size: 1.3rem;
}

.switcher-body {
  display: none;
}
.switcher-body + label {
  display: block;
  position: relative;
  width: 50px;
  height: 25px;
  transition: 350ms ease;
  border-radius: 20px;
  background-color: #270950;
  cursor: pointer;
}
.switcher-body + label:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 27px;
  width: 19px;
  height: 19px;
  transition: 0.5s ease all;
  border-radius: 14px;
  background: #F04E29;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.switcher-body:checked + label:before {
  right: 3px;
}
.switcher-name {
  color:rgba(0, 0, 0, 0.3);
  transition: 0.5s all;
}
.switcher-name-active {
  color: black;
}

.card.text-white, .btn-primary {
  background: #270950;
}
.card-text {
  min-height: unset;
}
.btn-primary:focus {
  background: #F04E29;
}
.btn:hover {
  transition: 0.3s all;
  background-color: #F04E29;
  color: #fff;
}
.btn-outline-light:hover {
  border: 2px solid #F04E29;
}

.text-primary::before {
  color: #270950;
} 

.fa-check {
  color: #5ccf37;
}
.fa-check::before {
  margin-right: 5px;
}

.price span {
  font-size: 1rem;
}

.price-animation {
  animation: fadeIn 0.6s forwards;
}

#support img {
  object-fit: cover;
  height: auto;
  max-width: 100%;
}

.col.invalid-row{
  margin-bottom: .5rem;
}
#features i:before {
  color: #F04E29;
}

.features-descr {
  font-size: 1.1rem;
}
.features-img-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  color: #fff;
  background-color: #000000d3;
}
.features-img-content:hover {
  opacity: 1;
}
.features-img-content p {
  width: 70%;
  font-size: 0.6rem;
}

.download-img-wrapper img {
  max-width: 300px;
  max-height: auto;
}

#signupModal .invalid-feedback {
  margin-top: -.95rem;
}

.btn-disabled {
  background-color: #ccc;
  color:  rgb(41, 41, 41);
  pointer-events: none;
}

.toast .toast-header {
  color: #000;
}

.contact-link {
  color: black;
  transition: 0.2s all;
  display: block;
  text-align: left;
}
.contact-link:hover {
  color: #F04E29;
  text-decoration: none;
}

.map {
  width: 100%;
  height: 300px;
}

/* focused borders and label in modal*/
.form-outline .form-control:focus~.form-notch .form-notch-leading {
  border-top: .1rem solid #F04E29;
  border-bottom: .1rem solid #F04E29;
  border-left: .1rem solid #F04E29;
  box-shadow: none;
} 

.form-outline .form-control:focus~.form-notch .form-notch-trailing {
  border-top: .1rem solid #F04E29;
  border-right: .1rem solid #F04E29;
  border-bottom: .1rem solid #F04E29;
  box-shadow: none;
} 

.form-outline .form-control:focus~.form-notch .form-notch-middle {
  border-top: 0;
  border-bottom: .1rem solid #F04E29;
  box-shadow: none;
} 

.form-outline .form-control:focus~.form-label {
  color: #F04E29;
}

.modal {
  transition: 0.4s;
}
.modal .btn {
  width: 130px;
}
.modal .btn-cookies {
  width: 190px;
}
.modal .link-cookies {
  color: #F04E29;
}

.form-switch .form-check-input:checked[type="checkbox"]:after {
  background-color: #F04E29;
}
.form-switch .form-check-input:checked:focus:before {
  box-shadow: 3px -1px 0 13px #00000088;
}
.form-check-input[type="checkbox"]:checked, .form-switch .form-check-input:checked[type="checkbox"]:focus {
  background-color: #270950;
}

.btn-submit {
  background-color: #F04E29;
}
.btn-cancel {
  border: 1px solid  #F04E29;
  color: #F04E29;
}
.btn-cancel:hover, .btn-submit:hover {
  background-color: #270950;
  border: none;
}
.modal-header {
  color: #270950;
  border-bottom: 1px solid #f04e2954;
}
.modal-descr {
  line-height: 1.4;
}
#signupModal .form-check-input:checked {
  background-color: #270950;
  border-color: #270950;
}
#signupModal .form-check-input:focus:before {
  box-shadow: 0px 0px 0px 13px #00000088;
}
#signupModal .form-helper {
  line-height: 1.2;
  top: 3.6rem;
}
#signupModal .form-check-label {
  line-height: 1.4;
}
#signupModal #clientNameSignup {
  min-height: 3.3rem;
}

#signupModal label[for="clientNameSignup"] {
  line-height: 1.3;
}

.footer-link {
  color: #270950;
  transition: 0.3s;
}
.footer-link:hover {
  color: #F04E29;
}
.copyright {
  position: relative;
  background: #270950;
  color: rgba(255, 255, 255, 0.8);
}
.copyright:before {
  position: absolute;
  background: #F04E29;
  top: 0px;
  left: 0px;
  content: '';
  width: 100%;
  height: 4px;
}
.copyright-link {
  color: #fff;
  font-size: 0.7rem;
  line-height: 20px;
  transition: 0.3s;
}
.copyright-link:hover {
  color: #F04E29;
}

.show-content {
  display: block;
}
.hide-content {
  display: none;
}

[data-signup="info"] a {
  color: #270950;
}

@media (min-width: 520px) {
  #signupModal label[for="clientNameSignup"] {
    line-height: 1.6;
  }
  #signupModal #clientNameSignup {
    min-height: auto;
  }
  #signupModal .form-helper {
    top: 2.5rem;
  }
}

@media (min-width: 576px) { 
  .features-img-content p {
    width: 50%;
    font-size: 0.8rem;
  }
  #support img {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  #intro {
    min-height: 700px !important;
  }

  .card-text {
    min-height: 128px;
  }
  .list-group-item {
    font-size: 0.95rem;
  }
  .features-img-content p {
    font-size: 0.9rem;
  }
  .features-img-content i:before {
    font-size: 1.9rem;
  }
  #support p {
    max-width: 550px;
  }

  .modal-dialog-cookies {
    max-width: 600px;
  }
}

@media (min-width: 992px) {
  #intro {
    min-height: 600px !important;
    padding-bottom: 70px;
  }
  #intro .btn {
    min-width: unset;
  }
  .navbar-scroll {
    background-color: unset;
  }
  .navbar-scrolled {
    background-color: #F04E29;
  }
  .navbar-text .nav-item{
    border-right: 1px solid #fff;
    line-height: 20px;
  }
  .navbar-text :last-child {
    border-right: none;
  }
  .features-img-content p {
    font-size: 1.2rem;
  }
  .features-img-content i:before {
    font-size: 3rem;
  }
  .card-text {
    min-height: 78px;
  }
  .download-img-wrapper img {
    max-width: 32%;
  }
  #support img {
    max-width: unset;
    height: 230px;
    width: 300px;
  }
  #support h5 {
    min-height: 50px;
  }
}

@media (min-width: 1200px) {
  #intro {
    padding: 75px 0 40px;
  }
  h3 {
    font-size: 2.5rem;
  }
  #support img {
    height: 270px;
    width: 350px;
  }
}

@media (min-width: 1400px) {
  #support h5 {
    min-height: unset;
  }
}

.passwordshowhide, .genpass { 
  position: absolute;
  right: 5px;
  top: 6px;
  font-size: 20px;
  color: #ddd !important;
  cursor: pointer;
}